Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 29, 2025

@vstinner
Copy link
Member Author

#140128 tried to remove _PyByteArray_empty_string by mistake which would break the stable ABI. Let's put it in the stable ABI to detect if it's removed by mistake.

@encukou
Copy link
Member

encukou commented Oct 30, 2025

It's not part of the stable ABI; it's certainly not in the Windows stable ABI DLL.
Let's not add it.

@vstinner
Copy link
Member Author

Oh, it's declared in Include/cpython/bytearrayobject.h, not in Include/bytearrayobject.h, you're right.

@vstinner vstinner closed this Oct 30, 2025
@vstinner vstinner deleted the ba_empty_string branch October 30, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants